home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Over 1,000 Windows 95 Programs
/
Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso
/
1508
/
bfa95.exe
/
0
/
RCDATA
/
TDIRBROWSER
/
TDIRBROWSER.txt
Wrap
Text File
|
1997-02-11
|
1KB
|
70 lines
object DirBrowser: TDirBrowser
Left = 252
Top = 140
BorderStyle = bsDialog
Caption = 'Browse Directory'
ClientHeight = 214
ClientWidth = 283
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Info1: TLabel
Left = 8
Top = 2
Width = 45
Height = 13
Caption = '&Directory:'
FocusControl = DirList
Transparent = True
end
object Info2: TLabel
Left = 8
Top = 168
Width = 28
Height = 13
Caption = 'Dri&ve:'
FocusControl = DriveList
Transparent = True
end
object DirList: TDirectoryListBox
Left = 8
Top = 18
Width = 265
Height = 143
ItemHeight = 16
TabOrder = 0
end
object DriveList: TDriveComboBox
Left = 8
Top = 184
Width = 113
Height = 19
TabOrder = 1
OnChange = DriveListChange
end
object OKButton: TButton
Left = 138
Top = 184
Width = 65
Height = 21
Caption = '&OK'
TabOrder = 2
OnClick = OKButtonClick
end
object CancelButton: TButton
Left = 208
Top = 184
Width = 65
Height = 21
Cancel = True
Caption = '&Cancel'
TabOrder = 3
OnClick = CancelButtonClick
end
end